POST
/
auth
/
jwt
/
google-sign-in
curl --request POST \
  --url https://your_a2_service/auth/jwt/google-sign-in \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'access_token=<string>'
{
  "access_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiOTIyMWZmYzktNjQwZi00MzcyLTg2ZDMtY2U2NDJjYmE1NjAzIiwiYXVkIjoiZmFzdGFwaS11c2VyczphdXRoIiwiZXhwIjoxNTcxNTA0MTkzfQ.M10bjOe45I5Ncu_uXvOmVV8QxnL-nZfcH96U90JaocI",
  "token_type": "bearer"
}

Body

application/x-www-form-urlencoded

Response

200
application/json

Successful Response

The response is of type object.